Trivial: remove an unused declaration
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Sep 2013 00:31:24 +0000 (20:31 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Sep 2013 00:32:39 +0000 (20:32 -0400)
_gtk_list_box_accessible_update_selected is not used and
does not exist.

gtk/a11y/gtklistboxaccessibleprivate.h

index b85c2d40cf0bd3f65785b92715746243ce3f50c8..da3563b0956c119eff9b624a5851586acfa164b8 100644 (file)
@@ -22,7 +22,6 @@
 
 G_BEGIN_DECLS
 
-void _gtk_list_box_accessible_update_selected (GtkListBox *box, GtkListBoxRow *child);
 void _gtk_list_box_accessible_update_cursor   (GtkListBox *box, GtkListBoxRow *child);
 void _gtk_list_box_accessible_selection_changed (GtkListBox *box);